home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / supercoolpim / setup.exe / {app} / SuperCoolPIM.exe / 0 / RCDATA / TFORMRENAMEUSER / TFORMRENAMEUSER.txt
Text File  |  2005-01-28  |  2KB  |  79 lines

  1. object FormRenameUser: TFormRenameUser
  2.   Left = 383
  3.   Top = 222
  4.   HelpContext = 442
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Rename User'
  8.   ClientHeight = 203
  9.   ClientWidth = 280
  10.   Color = clBtnFace
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 280
  25.     Height = 149
  26.     Align = alTop
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 18
  30.       Top = 15
  31.       Width = 217
  32.       Height = 16
  33.       Caption = 'Please select a user name to rename'
  34.     end
  35.     object Label2: TLabel
  36.       Left = 18
  37.       Top = 81
  38.       Width = 242
  39.       Height = 16
  40.       Caption = 'Input new user name for the selected user'
  41.     end
  42.     object ComboBox1: TComboBox
  43.       Left = 18
  44.       Top = 36
  45.       Width = 243
  46.       Height = 24
  47.       Style = csDropDownList
  48.       ItemHeight = 16
  49.       TabOrder = 0
  50.     end
  51.     object Edit1: TEdit
  52.       Left = 18
  53.       Top = 103
  54.       Width = 243
  55.       Height = 24
  56.       TabOrder = 1
  57.     end
  58.   end
  59.   object BitBtn1: TBitBtn
  60.     Left = 58
  61.     Top = 163
  62.     Width = 70
  63.     Height = 29
  64.     Caption = '&Apply'
  65.     Default = True
  66.     TabOrder = 1
  67.     OnClick = BitBtn1Click
  68.   end
  69.   object BitBtn2: TBitBtn
  70.     Left = 153
  71.     Top = 163
  72.     Width = 70
  73.     Height = 29
  74.     Caption = 'E&xit'
  75.     TabOrder = 2
  76.     OnClick = BitBtn2Click
  77.   end
  78. end
  79.